nl2br php

152

nl2br() php -

// add to the functions file
function translateLineBreaks($string) {
	$result = nl2br ($string);
  	return $result;
}

Comments

Submit
0 Comments